﻿* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #141414;
	background-image: url(body_br.png);
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

header {
	position: relative;
	padding: 15px 0px 16px 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.center {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.color_neon {
	color: #00eaff;
	font-family: inherit;
}

.button {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	font-family: "ProximaNova-Bold";
	color: #d5d5d5;
	text-transform: uppercase;
	border: 1px dashed #98999a;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 9;
	padding: 0 70px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: box-shadow ease 350ms, border ease 350ms;
	transition: box-shadow ease 350ms, border ease 350ms;

}

.button:hover {
	box-shadow: 0 0 20px 5px rgba(0, 234, 255, 0.29);
	border-color: #00eaff;
	color: #00eaff;
}

.button_neon {
	color: #00eaff;
	border: 1px solid #00eaff;
	box-shadow: 0 0 20px 5px rgba(0, 234, 255, 0.29);
}

/* фигурка круга*/
.figure__circle, .figure__circle_neon {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	left: -40px;
	bottom: 25%;
}

.figure__circle_neon {
	box-shadow: 0 0 20px 5px rgba(0, 234, 255, 0.43);
	border: 1px solid #00eaff;
	left: auto;
	bottom: auto;
	right: 45px;
	top: 10%;
}

/*квадраты закрашеные*/
.figure__foursquare_neon_l, .figure__foursquare_neon_m, .figure__foursquare_neon_s {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #00eaff;
	left: 80%;
	top: 90%;
}

.figure__foursquare_neon_l:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #00eaff;
	left: -5px;
	top: -5px;
}

.figure__foursquare_neon_m {
	left: 20%;
	top: 20%;
	width: 10px;
	height: 10px;
}

.figure__foursquare_neon_m:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #00eaff;
	right: -3px;
	bottom: -3px;
}

.figure__foursquare_neon_s {
	width: 3px;
	height: 3px;
	left: auto;
	right: 0%;
	top: 50%;
}

/*не закрашиные квадраты*/
.figure__foursquare_t, .figure__foursquare {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #00eaff;
	left: -80px;
	top: 36%;
	box-shadow: 0 0 20px 5px rgba(0, 234, 255, 0.43);
}

.figure__foursquare_t:before, .figure__foursquare:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #00eaff;
	right: -5px;
	bottom: -5px;
}

.figure__foursquare {
	box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.43);
	border-color: #fffefe;
	left: 67%;
	top: 55%;
}

.figure__foursquare:before {
	right: auto;
	bottom: auto;
	left: -7px;
	top: -7px;
	width: 7px;
	height: 7px;
}

/*********/
.header {
	/*    min-height: 700px;*/
	background: -webkit-radial-gradient(ellipse farthest-side at 40% 50%, rgba(255, 255, 255, 13), transparent);
	background: -o-radial-gradient(ellipse farthest-side at 40% 50%, rgba(255, 255, 255, 0.13), transparent);
	background: radial-gradient(ellipse farthest-side at 40% 50%, rgba(255, 255, 255, 0.14), transparent);
	padding-bottom: 60px;
}

.header__menu {
	box-sizing: border-box;
	padding-top: 20px;
}

.menu_logo {
	float: left;
	font-size: 30px;
	font-family: 'ProximaNova-Regular';
}

.menu_logo img {
	display: block;
	float: left;
	padding: 0px 5px 40px 0;
}

.menu_logo span {
	font-size: 12px;
	display: block;
	margin: 3px 0;
	padding-left: 40px
}

.menu_list {
	display: block;
	float: left;
	margin-left: 50px
}

.menu_list li {
	display: inline-block;
	padding: 10px 10px;
}

.menu_list a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.menu_contacts {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	float: right;
	margin: 10px
}

.menu_contacts img {
	display: block;
	float: left;
	margin: 0 10px;
}

.header__info {
	box-sizing: border-box;
	padding-right: 40%;
	padding-top: 130px;
	background-image: url(Change_This.png);
	background-repeat: no-repeat;
	background-position: right;
	min-height: 700px;

}

.into_company_title {
	text-transform: uppercase;
	font-size: 45px;
	font-family: 'ProximaNova-Extrabold';
	position: relative;
}

.into_company_title .color_neon {
	font-family: 'ProximaNova-Extrabold';
}

.into_company_title span:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 40px;
	background-image: url(icon/lick.png);
	background-repeat: no-repeat;
	right: -40px;
	top: 15px;
}

.into_company__optimization {
	display: block;
	margin: 60px 0;
	font-size: 16px;
}

.into_company__working {
	text-transform: uppercase;
	font-family: ProximaNova-Semibold;
	font-size: 18px;
	margin-bottom: 80px;

}

.into_company__button {
	position: relative;
}

.into_company__button:after {
	position: absolute;
	content: "";
	border: 6px solid transparent;
	border-left: 6px solid #00eaff;
	top: calc(50% - 7px);
	right: 10px;
}

.into_company__button:before {
	position: absolute;
	content: "";
	width: 10px;
	border: 1px solid #00eaff;
	top: calc(50% - 2px);
	right: 20px;
}

.meed {
	background: -webkit-radial-gradient(ellipse farthest-side at 40% 50%, rgba(255, 255, 255, 13), transparent);
	background: -o-radial-gradient(ellipse farthest-side at 40% 50%, rgba(255, 255, 255, 0.13), transparent);
	background: radial-gradient(ellipse farthest-side at 40% 50%, rgba(255, 255, 255, 0.14), transparent);
	padding-bottom: 60px;

}

.meed .center {
	padding-bottom: 130px;
	background-image: url(certificate.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	position: relative;

}

.meed__round_button {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	left: calc(50% - 20px);
}

.meed__round_button:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	left: calc(50% - 3px);
	top: calc(50% - 2px);
}

.meed__round_button:after {
	position: absolute;
	content: "";
	/*    width: 2px;*/
	height: 10px;
	border-left: 2px solid #fff;
	left: calc(50% - 0px);
	top: calc(50% - 6px);
}

.certificate_list {
	min-width: 500px;
	width: 50%;
	float: left;
}

.certificate_item {
	width: 230px;
	float: left;
	color: #000;
	background: #fff;
	box-sizing: border-box;
	margin: 0 20px 70px 0;
	padding: 20px;
	text-align: center;
	position: relative;

}

.certificate_item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 61px;
	left: 0;
	bottom: -61px;
	background: url("../app-2-item-after.png") center;
}

.certificate_logo {
	border: 10px solid #2f86e3;
	border-bottom: none;
	box-sizing: border-box;
	padding-top: 20px;
	margin-bottom: 80px;
	position: relative;
}

.certificate_logo span {
	line-height: 18px;
}

.certificate_logo:before, .certificate_logo:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 109px;
	border-left: 10px solid #2f86e3;
	transform: rotate(-60deg);
	left: 35px;
	bottom: -78px;
}

.certificate_logo:after {
	transform: rotate(60deg);
	left: 125px;
}

.certificate_item:last-child .certificate_logo {
	border-color: #ffdb4c;
}

.certificate_item:last-child .certificate_logo:before,
.certificate_item:last-child .certificate_logo:after {
	border-color: #ffdb4c;
}

.certificate_item img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.certificate__scroll {
	list-style-type: none;
	font-size: 16px;
}

.certificate__scroll li {
	font-size: 16px;
	line-height: 30px;
	font-family: "ProximaNova-Regular";
}

.certificate__scroll li:first-child {
	font-size: 14px;
	line-height: 19px;
	color: #969696;
	margin-bottom: 20px;
	font-family: "ProximaNova-Light";
}

.certificate_info, .work_info {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-top: 90px;
	position: relative;
}

.certificate_info:before {
	position: absolute;
	content: "";
	border: 7px solid transparent;
	border-right: 7px solid #fff;
	top: 156px;
	left: -80px;
}

.certificate_info:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	top: 162px;
	left: -70px;
}

.certificate_info__title, .work_info__title {
	text-transform: uppercase;
	font-size: 45px;
	font-family: 'ProximaNova-Black';
}

.certificate_info__title {
	margin-top: 50px;
}

.certificate_info__inscription, .work_info__inscription {
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	margin: 15px 0 15px 0;
}

.certificate_info__text, .work_info__text {
	color: #959595;
	font-size: 16px;
}

.certificate_info__text {
	line-height: 1.4;
}

.certificate_info__icon {
	margin-bottom: 30px;
}

.certificate_info__icon a {
	color: #00eaff;
	font-size: 28px;
	text-decoration: none;
	margin: 8px 2px 0 2px;
	border: 1px dotted #959595;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 7px 0 7px;
}

.certificate_info__icon img {
	margin-top: 7px;
}

.certificate_info__icon svg {
	padding: 7.5px 10px;
}

.meed__work {
	position: relative;
	box-sizing: border-box;
	padding-top: 50px;

}

.work_info {
	padding-right: 250px;
	max-width: 650px;
	box-sizing: border-box;
	padding-top: 200px;
	float: left;
}

.work_info:before {
	position: absolute;
	content: "";
	border: 7px solid transparent;
	border-left: 7px solid #fff;
	top: 220px;
	left: 420px;
}

.work_info:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	top: 226px;
	left: 370px;
}

.work_list {
	float: left;
	width: 50%;
}

.work_item {
	position: relative;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 40px;
}

.work_list .number {
	position: absolute;
	top: -30px;
	left: -20px;
	z-index: 0;
	font-size: 200px;
	font-family: 'ProximaNova-Black';
	color: rgba(17, 17, 17, 0.05);
}

.work_item__title {
	font-family: ProximaNova-Semibold;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}

.work_item__title:before {
	position: absolute;
	content: "";
	width: 35px;
	border-top: 2px solid #00eaff;
	bottom: -10px;
}

.work_item__text {
	font-size: 16px;

}

.work_item__img {
	position: absolute;
	top: 50px;
	left: -80px
}

.meed__work:before {
	content: "";
	position: absolute;
	height: 79%;
	width: 28%;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 0 20px;
	right: calc(50% + 120px);
	top: 50px;
}

.certificate_item .line {
	position: absolute;
	width: 20px;
	height: 35px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 0 15px;
	bottom: -122px;
}

.certificate_item .line:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	left: -4px;
	box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.2);
}

.work_item:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	top: calc(50% - 10px);
	left: -124px;
	box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.2);

}

/***/
/*
.price{
    padding-bottom: 1000px;
}
*/

.price__title {
	text-align: center;
	font-size: 45px;
	font-family: 'ProximaNova-Black';
	text-transform: uppercase;
}

.price__inscription {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 30px 0 60px 0;
}

.price_list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;

}

.price_item {
	width: 380px;
	box-sizing: border-box;
	color: #000;
	background: #fff;
	padding: 30px;
	margin: 6px;
}

.price_item__title {
	font-size: 27px;
	font-weight: 300;
}

.price_item__text {
	font-size: 16px;
	color: #595959;
	padding: 40px 0;
}

.price_item__value {
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-left: -40px;
	padding-left: 40px;
	padding-right: 40px;
	border: 4px solid #00eaff;
	border-right: none;

}

.price_item__value span {
	font-size: 35px;
	font-family: 'ProximaNova-Bold';
}

.price_item__value:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	border-right: 4px solid #00eaff;
	border-bottom: 4px solid #00eaff;
	transform: rotate(-45deg);
	right: -17px;
	top: 4px;
}

.price_item__offer {
	font-size: 16px;
	padding: 30px 0;
}

.price_item a {
	color: #00eaff;
	font-family: 'ProximaNova-Bold';
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1.5px dashed #00eaff;
}

.price_calculation {
	text-align: center;
	padding: 100px 0;
	background-image: url(price_calculation.png);
	background-repeat: no-repeat;
	background-position: center
}

.price_calculation__title {
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Black';
}

.price_calculation__title span {
	font-family: 'ProximaNova-Black';
}

.price_calculation__text {
	color: #959595;
	font-size: 16px;
	padding: 60px 0;
	line-height: 1.4;
}

.project {
	padding-bottom: 50px;
}

.project__title {
	font-size: 45px;
	font-family: 'ProximaNova-Black';
	text-transform: uppercase;
}

.project__text {
	color: #959595;
	font-family: 'ProximaNova-Regular';
	padding: 40px 0 60px 0;
	font-size: 16px;
}

.project_list {
	display: flex;
	flex-direction: row;
	/*justify-content:center;*/
	align-items: flex-start;
	flex-wrap: wrap;
}

.project_item {
	width: 34%;
	min-width: 300px;
	min-height: 380px;
	border: 1px solid #959595;
	margin: 5px;
	box-sizing: border-box;
	padding: 30px;
	position: relative;

	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 90%;

}

.project_item.large {
	width: 62%;
	margin-right: 2%;
	margin-left: 0;
}

.project_item.hacienda {
	margin-left: 0;
}

.result_iten__img:before {
	content: url(../elipse-context.png);
	position: absolute;
	z-index: 1;
	margin: -240px;
}

@media (min-width: 1100px) {
	.project_item.sec_shop {
		margin-right: 0;
		margin-left: 2%;
	}

	.project_item.hacienda, .project_item.sec_shop {
		margin-top: 2%;
	}
}

.project_item__title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: ProximaNova-Semibold;
}

.project_item__sign {
	font-size: 14px;
	font-family: 'ProximaNova-Light';
	font-style: italic;
	line-height: 1.4;
}

.project_item__text {
	font-size: 16px;
	color: #959595;
	padding-top: 40px;
	line-height: 1.2;
}

.project_list__profit {
	font-size: 40px;
	font-family: 'ProximaNova-Thin';
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.project_list__profit span {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-left: 0px;
}

.project_list__profit:before {
	position: absolute;
	content: "+";
	top: -25%;
	left: -48px;
	font-size: 70px;
}

.project_item.car {
	background-image: url(project_item_car.png);
}

.project_item.junio {
	background-image: url(project_item_junior.png);
}

.project_item.junio {
	background-image: url(project_item_junior.png);
}

.project_item.hacienda {
	background-image: url(project_item_hacienda.png);
}

.project_item.sec_shop {
	background-image: url(project_item_sec_shop.png);
}

.project_button {
	margin: 60px auto;
	display: block;
	width: 350px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.project_button:before {
	content: "+";
	position: absolute;
	color: aqua;
	font-size: 25px;
	right: 30px;
	top: 0px;
}

.footer {
	min-height: 480px;
	background: #0c0c0c;
	padding-top: 50px;
}

.footer .center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: stretch;
}

.footer_title {
	display: block;
	padding: 30px 0;
	width: 100%;

}

.footer_list {
	width: 25%;
	margin-bottom: 40px;
}

.footer_list__text {
	font-family: ProximaNova-Semibold;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer_iten a {
	font-size: 25px;
	padding-right: 15px
}

.footer_iten {
	list-style-type: none;
	color: #9c9c9c;
	font-size: 15px;

}

.footer_iten li {
	padding: 10px 0;
}

.footer_iten__icon img {
	margin: 30px 5px 0 0;

}

.footer_copi {
	color: #9c9c9c;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 50px 0px;
}

/***/

@media screen and (max-width: 1200px) {

	.header__info {
		padding-right: 31%;
	}

	.work_info {
		padding: 0
	}

	.certificate_info, .work_info, .certificate_list, .work_list {
		float: none;
		width: 60%;
		margin: 50px auto
	}

	.certificate_item .line, .meed__work:before, .work_item:before, .certificate_info:after, .certificate_info:before, .work_info:before, .work_info:after {
		display: none;
	}
}

@media screen and (max-width: 1000px) {

	.header__info {
		padding-right: 20%;
	}

	.certificate_info, .work_info, .certificate_list, .work_list {
		float: none;
		width: 80%;
	}

	.footer_list {
		width: 50%;
		float: none;
	}

	.work_item__img {
		left: auto;
		right: 10px;
		top: 10px;
	}

	.project_item {
		width: 44%;
	}

	.project_item.large {
		width: calc(88% + 10px);
	}
}

@media screen and (max-width: 700px) {
	.project_item {
		width: 100%;
	}

	.project_item.large {
		width: 100%;
	}

	.project_item.car, .project_item.sec_shop {
		-ms-background-position-x: 130px;
		background-position-x: 130px;
	}

	.header__info {
		padding-right: 0;
	}

	.certificate_info, .work_info, .certificate_list, .work_list {
		width: 100%;
	}

	.footer_list {
		width: 100%;
	}

	.project_item.large, .project_item {
		background-size: contain;
	}

	.into_company_title span:after {
		display: none;
	}

	.certificate_list {
		min-width: 280px;
		width: 80%;
		margin: 0 auto;
	}

	.certificate__scroll li {
		font-size: 13px;
		line-height: 28px;
	}

	.certificate_item {
		/*        float: none;*/
		margin: 90px 10px;
		width: 200px;
	}

	.project__title {
		font-size: 32px;
	}

	.certificate_logo:before, .certificate_logo:after {
		height: 103px;
		bottom: -74px;
	}

	.certificate_logo:before {
		left: 35px;
	}

	.certificate_logo:after {
		left: 121px;
	}

	.certificate_info__icon {
		text-align: center;
	}

	.menu_list {
		margin-left: 0;

	}

	.menu_list li {
		padding: 10px 5px;

	}
}

@media screen and (max-width: 610px) {
	.into_company__button {
		padding: 12px 40px;
	}

	.price_item__value {
		font-size: 15px;
	}

	.certificate_list {
		width: 112%;
		margin-left: -6%;
	}

	.project_button:before {
		right: 20px;
	}
}

@media screen and (max-width: 510px) {
	.center {
		padding: 0 10px;
	}

	.into_company_title {
		font-size: 30px;
	}

	.certificate__scroll li:first-child {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.certificate__scroll {
		font-size: 11px;
	}

	.certificate_logo {
		font-size: 10px;
	}

	.certificate_item {
		margin: 40px 2px;
		width: 48%;
		vertical-align: top;
		padding: 6px;
	}

	.certificate_item:last-child {

		margin-right: 0;
	}

	.certificate_logo:before, .certificate_logo:after {
		height: 70px;
		bottom: -50px;
	}

	.certificate_logo:before {
		left: 20px;
	}

	.certificate_logo:after {
		left: 75px;
	}

	.certificate_info__title, .work_info__title {
		font-size: 30px;
	}

	.project_button {
		width: 100%;
		padding: 0px 14px;
		font-size: 14px;
		margin-bottom: 0;
	}

	#menu-item-228 > a {
		display: none;
	}

}

.box-modal .box-modal-left input[type="submit"] {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 400px) {
	.certificate__scroll li {
		font-size: 10px;
		line-height: 22px;
	}
}

a.button.button_neon.header__button {
	margin: 50px 0px;
}

.header__text_min {
	display: none;
}

.ssil-vnutr {
	color: #000;
	margin-top: 10px;
}

.ssil-vnutr a {
	color: #000;
	text-decoration: underline;
}

.ssil-vnutr a:hover {
	text-decoration: none;
	color: #00eaff;
}

.m50 {
	margin-top: 2%;
}

.case-1 {
	background-image: url(../../assests/img/project_item_car.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-2 {
	background-image: url(../../assests/img/project_item_junior.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-3 {
	background-image: url(../../assests/img/project_item_hacienda.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-4 {
	background-image: url(../../assests/img/project_item_sec_shop.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-5 {
	background-image: url(../1_case_adult_trade.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-6 {
	background-image: url(../2_case_navolne.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-7 {
	background-image: url(../3_case_stop_u.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-8 {
	background-image: url(../4_case_parket.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-9 {
	background-image: url(../8_case_tornado_og.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-10 {
	background-image: url(../6_case_alkometri.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-11 {
	background-image: url(../5_case_amxm.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-12 {
	background-image: url(../7_case_eurostroi.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-13 {
	background-image: url(../9_case_ivan_chay.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-14 {
	background-image: url(../10_case_garden.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-15 {
	background-image: url(../12_case_fmcg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-16 {
	background-image: url(../11_case_yoga_thailand.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-17 {
	background-image: url(../16_case_invest.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-18 {
	background-image: url(../14_case_advokat.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-19 {
	background-image: url(../13_case_doma.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-20 {
	background-image: url(../15_case_zavod_beton.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-7 .text-block p, .case-16 .text-block p, .case-19 .text-block p {
	width: 62%;
}

.case-10 .looking {
	width: 40%;
}
.price_calculation__text--mob {
	display: none;
}
@media screen and (max-width: 1100px) {

	.case-1 {

		background-size: 80%;
	}

	.case-2 {

		background-size: 65%;
	}

	.case-3 {

		background-size: 75%;
	}

	.case-4 {

		background-size: 70%;
	}

	.case-5 {

		background-size: 80%;
	}

	.case-6 {

		background-size: 35%;
	}

	.case-7 {

		background-size: 45%;
	}

	.case-8 {

		background-size: 50%;
	}

	.case-9 {

		background-size: 80%;
	}

	.case-10 {
		background-size: 75%;
	}

	.case-11 {

		background-size: 50%;
	}

	.case-12 {
		background-size: 67%;
	}

	.case-13 {

		background-size: 60%;
	}

	.case-14 {

		background-size: 80%;
	}

	.case-15 {

		background-size: 30%;
	}

	.case-16 {

		background-size: 60%;
	}

	.case-17 {

		background-size: 80%;
	}

	.case-18 {

		background-size: 60%;
	}

	.case-19 {

		background-size: 80%;
	}

	.case-20 {

		background-size: 80%;
	}
}